Calendar for WinRT
EndUpdate Method (ReentrantObservableCollection<T>)

Enables raising events. If collection has been changed since the call to the BeginUpdate method, raises PropertyChanged and CollectionChanged events.
Syntax
'Declaration
 
Public Sub EndUpdate() 
public void EndUpdate()
Remarks
The ReentrantObservableCollection<T> keeps count of calls to BeginUpdate method. Be sure to call EndUpdate method for each call to BeginUpdate method.
See Also

Reference

ReentrantObservableCollection<T> Class
ReentrantObservableCollection<T> Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback